{"version":3,"file":"static/chunks/pages/content/seo-content-assistant/[uuid]-cd6e3c045f22b7a8.js","mappings":"uFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,wCACA,WACA,OAAeC,EAAQ,OACvB,EACA,uICEA,IAAMC,EAAmDC,CAAAA,EAAAA,UAAAA,EAAAA,EAAS,QAGhDC,EAAAA,EAAAA,KAHiD,CAACA,UAAAA,CAAS,CAAC,CAAAC,EAC5E,MACE,GAAAC,EAAAC,IAAA,EAAAD,EAAAE,QAAA,YACE,GAAAF,EAAAG,GAAA,EAACC,EAAAA,EAASA,CAAAA,UAAEN,MAAAA,EAAAA,KAAAA,EAAAA,OAAAA,CAAAA,EAAAA,EAAWO,gBAAgB,GAA3BP,KAAAA,IAAAA,EAAAA,KAAAA,EAAAA,OAAAA,CAAAA,EAAAA,EAA6BQ,WAAW,GAAxCR,KAAAA,IAAAA,EAAAA,KAAAA,EAAAA,OAAAA,CAAAA,EAAAA,EAA0CS,OAAO,GAAjDT,KAAAA,IAAAA,EAAAA,KAAAA,EAAAA,EAAmDU,KAAK,GACpE,GAAAR,EAAAG,GAAA,EAACM,EAAAA,EAAKA,CAAAA,UACJ,GAAAT,EAAAG,GAAA,EAACO,EAAAA,CAAaA,CAAAA,UACZ,GAAAV,EAAAG,GAAA,EAACQ,EAAAA,CAAUA,CAAAA,CAACb,UAAWA,EAAWc,SAAU,WAKtD,WAeAC,CAAAA,EAAA,QAAejB","sources":["webpack://_N_E/?31cc","webpack://_N_E/./src/pages/content/seo-content-assistant/[uuid].tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/content/seo-content-assistant/[uuid]\",\n function () {\n return require(\"private-next-pages/content/seo-content-assistant/[uuid].tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/content/seo-content-assistant/[uuid]\"])\n });\n }\n ","import {NextPage} from 'next';\nimport {NoSsr, HeadTitle} from '@/components/common-components';\nimport {serverSideTranslations} from 'next-i18next/serverSideTranslations';\nimport {PageEditor} from '@/components/dashboard/pages/landing-page-optimizer/page-editor';\nimport {RootStoreType} from '@/store/root-store';\nimport {ErrorBoundary} from '../../../components/ErrorBoundary';\nimport {observer} from 'mobx-react';\n\nconst SinglePage: NextPage<{rootStore: RootStoreType}> = observer(({rootStore}) => {\n return (\n <>\n {rootStore?.contentOptimizer?.currentPage?.content?.title}\n \n \n \n \n \n >\n );\n});\n\nexport async function getStaticPaths() {\n return {\n paths: [],\n fallback: true,\n };\n}\n\nexport const getStaticProps = async ({locale}) => ({\n props: {\n ...await serverSideTranslations(locale, ['common', 'components', 'landing-page-optimizer', 'settings', 'keyword-researcher']),\n },\n});\n\nexport default SinglePage;\n"],"names":["window","__NEXT_P","push","__webpack_require__","SinglePage","observer","rootStore","param","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsxs","Fragment","jsx","HeadTitle","contentOptimizer","currentPage","content","title","NoSsr","ErrorBoundary","PageEditor","isPublic","__webpack_exports__"],"sourceRoot":""}